Adwaita: export yet another named color for insensitive bg/fg...
authorLapo Calamandrei <calamandrei@gmail.com>
Sun, 24 Jul 2016 16:04:51 +0000 (18:04 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Sun, 24 Jul 2016 16:04:51 +0000 (18:04 +0200)
...which was needed, but not there, use responsibly.

gtk/theme/Adwaita/_colors-public.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index ebc64f71e38ae542fd51f614f9923b63ba18f396..8ccc3413ccebdcf928ec801a3a82d274a018cab4 100644 (file)
@@ -65,6 +65,10 @@ base background color of selections on backdrop windows */
 text/foreground color of selections on backdrop windows */
 @define-color theme_unfocused_selected_fg_color #{"" + $selected_fg_color};
 
+/*
+insensitive color on backdrop windows*/
+@define-color unfocused_insensitive_color #{"" + $backdrop_insensitive_color};
+
 /*
 widgets main borders color */
 @define-color borders #{"" +$borders_color};
index ac49ed6ec7ef7e089c2d5e9af1370c4be3a41f70..2172f9553495e649eceeebaf7cae985943a5b305 100644 (file)
@@ -4664,6 +4664,9 @@ base background color of selections on backdrop windows */
 text/foreground color of selections on backdrop windows */
 @define-color theme_unfocused_selected_fg_color #ffffff;
 /*
+insensitive color on backdrop windows*/
+@define-color unfocused_insensitive_color #566164;
+/*
 widgets main borders color */
 @define-color borders #1b1f20;
 /*
index e6cceb78ec2aa223fcc12fdf99d35ba264b81f2e..6aff4cf3c544f2d7faf2053123d55960d48d8db6 100644 (file)
@@ -4695,6 +4695,9 @@ base background color of selections on backdrop windows */
 text/foreground color of selections on backdrop windows */
 @define-color theme_unfocused_selected_fg_color #ffffff;
 /*
+insensitive color on backdrop windows*/
+@define-color unfocused_insensitive_color #c3c3c0;
+/*
 widgets main borders color */
 @define-color borders #b6b6b3;
 /*